home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / System / ReqToolsLib / Source / reqtools / headers.tmpl < prev    next >
Encoding:
Text File  |  2001-07-02  |  1.2 KB  |  29 lines

  1. ##begin proto
  2. #ifndef ReqToolsBase
  3. extern struct ReqToolsBase * ReqToolsBase;
  4. #endif
  5.  
  6. ##end proto
  7.  
  8. ##begin clib
  9.  
  10. #ifndef LIBRARIES_REQTOOLS_H
  11. #   include <libraries/reqtools.h>
  12. #endif
  13.  
  14. /* Prototypes for stubs in reqtoolsstubs.lib */
  15.  
  16. APTR rtAllocRequest (ULONG type, Tag tag1, ...);
  17. LONG rtChangeReqAttr (APTR req, Tag tag1, ...);
  18. APTR rtFileRequest (struct rtFileRequester * filereq, char *file, char *title, Tag tag1, ...);
  19. ULONG rtEZRequest (char *bodyfmt, char *gadfmt, struct rtReqInfo *reqinfo, struct TagItem *taglist, ...);
  20. ULONG rtEZRequestTags (char *bodyfmt, char *gadfmt, struct rtReqInfo *reqinfo, APTR argarray, Tag tag1, ...);
  21. ULONG rtGetString (UBYTE *buffer, ULONG maxchars, char *title, struct rtReqInfo *reqinfo, Tag tag1, ...);
  22. ULONG rtGetLong (ULONG *longptr, char *title, struct rtReqInfo *reqinfo, Tag tag1, ...);
  23. ULONG rtFontRequest (struct rtFontRequester *fontreq, char *title, Tag tag1, ...);
  24. LONG rtPaletteRequest (char *title, struct rtReqInfo *reqinfo, Tag tag1, ...);
  25. ULONG rtReqHandler (struct rtHandlerInfo *handlerinfo, ULONG sigs, Tag tag1, ...);
  26. ULONG rtScreenModeRequest (struct rtScreenModeRequester *screenmodereq, char *title, Tag tag1, ...);
  27.  
  28. ##end clib
  29.